home *** CD-ROM | disk | FTP | other *** search
/ Fonts Icons & Screensavers / Fonts Icons & Screensavers - Bart Smit 1998.iso / _UTILS / SLOW / SLO / SLO.DOC < prev    next >
Text File  |  1994-11-13  |  3KB  |  75 lines

  1.                 SLO.COM v1.4
  2.  
  3.   
  4.    SLO is designed to slow down a faster 386/486 for using programs that 
  5. were developed for the old 8086.  It's main use will  probably be for 
  6. playing games.  What makes SLO superior to other programs that I've seen 
  7. for this purpose, is that SLO is COMPLETELY UNINSTALLABLE (following the 
  8. rules for uninstalling TSR's).  Basically, as long as nothing is installed 
  9. after SLO, you can uninstall it by using the /u switch.   The size of SLO 
  10. in memory is just 1.4K.   You can also disable SLO while installed by a 
  11. hot key combination.  You will probably find it best to turn off the turbo
  12. button on your computer while using SLO.
  13.  
  14.    SLO is distributed "as is" with no implied guarantee or warranty by 
  15. the author.  It should work with most systems.  I have not tried to load 
  16. it high and doing so may have unpredictable results.  I do hope you find 
  17. the program useful.
  18.  
  19. USAGE:
  20.  
  21.     SLO [/L:num]       to install
  22.         then
  23.     SLO [/L:num] | [/D] | [/E] | [/S] | [/U] | [/?]
  24.     
  25.       /L:num - Change delay
  26.          where  num = a four digit number between 100 - 9999
  27.          representing the delay time.
  28.       /S - Show a status screen with current settings
  29.       /D - Temporarily disable the delay
  30.       /E - Enable the delay
  31.       /? - Help screen
  32.  
  33.       /U - Uninstall
  34.  
  35.       You may toggle SLO on and off by the CTRL+ALT+LEFTSHIFT key 
  36. combination.
  37.  
  38.    The other factor that sets SLO apart is that you can adjust the delay 
  39. from the command line using the /L switch.  Entering a four digit number 
  40. after the colon will effectively set the delay time to that number.  The 
  41. default is 7148, which is the proper delay for my 33 MHz 486.  The delay 
  42. may need to be adjusted for each individual program.  The easiest way to 
  43. do that is to find the proper delay by experimentation, then set up a 
  44. batch file to first invoke SLO, set the delay factor, and then call the 
  45. program:
  46.  
  47.         @echo off                       @ECHO OFF
  48.         SLO /L:7148         O           SLO 
  49.         [program here]      R           SLO /L:7148
  50.         SLO /u                          [Program Here]
  51.                         SLO /U
  52.    
  53.    You may  find it easier to find the proper delay by using a diagnostic 
  54. program such as Norton Utilities SysInfo which will calculate the 
  55. processor speed relative to the 8086.
  56.  
  57.    SLO is shareware.  It may be distributed freely, but continued use of 
  58. the program requires registration with the author.  Please distribute the 
  59. original ZIP file with all the documentation files.
  60.  
  61. To register your copy send $5 to:
  62.  
  63.     GRANITE MOUNTAIN SOFTWARE
  64.     839A  HWY.  20  E.
  65.     COLVILLE, WA 99114
  66.  
  67. Registered users will be entitled to the latest version of the program, as 
  68. well as notified of other software offers from GMS.  If there is a great 
  69. enough response, a new version will be created featuring a easier interface
  70. and hopefully a smaller executable size.  Any ideas about improvements can 
  71. be sent along with your registration and are appreciated.
  72.  
  73. DEREK ALTAMIRANO
  74. 11/13/94
  75.